Use ubuntu 24.04 in main CI workflows#402
Merged
artemgavrilov merged 1 commit intoTDE_REL_17_STABLEfrom Jun 24, 2025
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (84.65%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## TDE_REL_17_STABLE #402 +/- ##
==================================================
Coverage 84.65% 84.65%
==================================================
Files 21 21
Lines 2588 2588
Branches 401 401
==================================================
Hits 2191 2191
Misses 316 316
Partials 81 81
🚀 New features to boost your workflow:
|
94bde94 to
7a1f0ab
Compare
e310a7e to
3dd5ed1
Compare
dutow
approved these changes
Jun 24, 2025
Collaborator
|
@artemgavrilov please resolve the conflicts so we can merge |
Ubuntu 24.04 image has Python 3.12 by default. PyKMIP server and CodeCheker tool don't support this version, so we have to downgrade Python version to 3.11.
3dd5ed1 to
2018c37
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades ubuntu version used in main CI workflows. There was a problem caused by Python version 3.12 installed in ubuntu 24.04 image. KMIP server and CodeChecker tool don't work with Python version as it introduced some breaking changes. So we have to downgrade Python version.
OpenKMIP/PyKMIP#707
Ericsson/codechecker#4350
The only workflow that I wasn't able to migrate to ubuntu 24.04 is sanitizers.yml due LLVM version. Clang versions > 14 causes some weird troubles during tests run. It requires dedicated investigation.